home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 3456 / 3456.xpi / chrome / wot.jar / skin / include / loading.css < prev    next >
Cascading Style Sheet File  |  2009-03-03  |  1KB  |  51 lines

  1. body {
  2.     background-color: white;
  3. }
  4. #loading {
  5.     position: fixed;
  6.     top: 17%;
  7.     width: 100%;
  8.     text-align: center;
  9. }
  10. #images {
  11.     margin: 0 auto;
  12.     width: 210px;
  13. }
  14. .image {
  15.     background: url("chrome://wot/skin/fusion/28_28/no_rep_calculated.png") top left no-repeat;
  16.     width: 32px;
  17.     height: 32px;
  18.     margin-right: 5px;
  19.     margin-left: 5px;
  20.     float: left;
  21. }
  22. #image-0 {
  23.     background: url("chrome://wot/skin/fusion/28_28/danger.png") top left no-repeat;
  24. }
  25. #image-1 {
  26.     background: url("chrome://wot/skin/fusion/28_28/not_safe.png") top left no-repeat;
  27. }
  28. #image-2 {
  29.     background: url("chrome://wot/skin/fusion/28_28/caution.png") top left no-repeat;
  30. }
  31. .accessible .image {
  32.     background: url("chrome://wot/skin/fusion/accessible/28_28/no_rep_calculated.png") top left no-repeat;
  33. }
  34. .accessible #image-0 {
  35.     background: url("chrome://wot/skin/fusion/accessible/28_28/danger.png") top left no-repeat;
  36. }
  37. .accessible #image-1 {
  38.     background: url("chrome://wot/skin/fusion/accessible/28_28/not_safe.png") top left no-repeat;
  39. }
  40. .accessible #image-2 {
  41.     background: url("chrome://wot/skin/fusion/accessible/28_28/caution.png") top left no-repeat;
  42. }
  43. #text {
  44.     clear: both;
  45.     color: #222222;
  46.     font-family: "Tahoma", "Arial", sans-serif;
  47.     font-size: 25px;
  48.     width: 100%;
  49.     padding-top: 24px;
  50. }
  51.